From: Matthias Clasen Date: Wed, 29 Nov 2017 03:52:44 +0000 (-0500) Subject: Improve the docs X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~148 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=91ef88f77fdf180d7e0cecb0ae19ecb2d13d750f;p=gtk%2B3.0.git Improve the docs Document that gtk_application_is_inhibited can't be guaranteed to work. --- diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 487158b31c..15378d17e2 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -1237,6 +1237,9 @@ gtk_application_uninhibit (GtkApplication *application, * Determines if any of the actions specified in @flags are * currently inhibited (possibly by another application). * + * Note that this information may not be available (for example + * when the application is running in a sandbox). + * * Returns: %TRUE if any of the actions specified in @flags are inhibited * * Since: 3.4